home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / util / cli / CDR1_14.lha / CDR1.14 / CDR.doc < prev    next >
Text File  |  1995-09-04  |  4KB  |  127 lines

  1.  
  2.  
  3.  
  4.    **********************************************************************
  5.    *                                                                    *
  6.    *                             CDR 1.14                               *
  7.    *                                                                    *
  8.    *                         by Luca Carminati                          *
  9.    *                                                                    *
  10.    **********************************************************************
  11.   
  12.  
  13.  
  14.  
  15. Introduction
  16. ¯¯¯¯¯¯¯¯¯¯¯¯
  17. CDR is an AmigaDOS Shell script for changing the current directory through a
  18. file requester. It also accepts options which allow you to 'Dir' or 'List'
  19. the directory you select or to assign it to any logical device (it can be
  20. useful for testing a new program without installing the files contained in
  21. that directory). Another option lets you revert to the directory you
  22. previously selected without opening the file requester.
  23.  
  24.  
  25.  
  26. System requirements
  27. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  28. CDR requires Kickstart 3.0+, the AmigaDOS Execute, FileRequest, Dir, List,
  29. Assign and Eval commands in the C: directory and the asl.library in the
  30. LIBS: directory.
  31.  
  32.  
  33.  
  34. Installation
  35. ¯¯¯¯¯¯¯¯¯¯¯¯
  36. To install CDR, simply copy the script to any directory of your choice (I
  37. suggest the S: directory).
  38.  
  39. Note: make sure the script has the 'S' protection bit set.
  40.  
  41.  
  42.  
  43. Usage
  44. ¯¯¯¯¯
  45. CDR can be started from a Shell window in one of the following ways:
  46.  
  47.    CDR         = A file requester appears. Select the directory you want to
  48.                  become the current directory.
  49.  
  50.    CDR D       = The directory selected from the file requester will also be
  51.                  'Dir'ed.
  52.  
  53.    CDR L       = The directory selected from the file requester will also be
  54.                  'List'ed.
  55.  
  56.    CDR A       = The directory selected from the file requester will also be
  57.                  assigned to the logical device having the name of the
  58.                  directory itself. For example, if you select the
  59.                  'Work:Temp/SupaGaim' directory, it will be assigned to
  60.                  the 'SupaGaim:' logical device.
  61.  
  62.    CDR A <dev> = The directory selected from the file requester will also be
  63.                  assigned to the logical device specified by <dev> (it must
  64.                  end with a ':' character).
  65.  
  66.    CDR AL      = The directory selected from the file requester will also be
  67.                  assigned to the LIBS: logical device.
  68.  
  69.    CDR AD      = The directory selected from the file requester will also be
  70.                  assigned to the DEVS: logical device.
  71.  
  72.    CDR AF      = The directory selected from the file requester will also be
  73.                  assigned to the FONTS: logical device.
  74.  
  75.    CDR P       = It reverts to the directory you previously selected (in
  76.                  this case, the file requester is not opened). If you
  77.                  changed directory without using CDR, it reverts to the last
  78.                  directory you selected.
  79.  
  80.  
  81.  
  82. Author
  83. ¯¯¯¯¯¯
  84.    Luca Carminati
  85.    Via Fratelli Urbani, 1
  86.    24016 San Pellegrino Terme (BG)
  87.    ITALY
  88.  
  89.    E-mail: toffi@spm.it
  90.  
  91. If you think CDR is useful, let me know by sending me a postcard or an
  92. e-mail message.
  93.  
  94.  
  95.  
  96. Acknowledgements
  97. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  98. I must thank Chris Eburn for tricks and suggestions.
  99.  
  100.  
  101.  
  102. History
  103. ¯¯¯¯¯¯¯
  104.    1.0  - First release.
  105.  
  106.    1.1  - Added the 'D', 'L', 'AL', 'AF' and 'P' options.
  107.  
  108.    1.11 - Added the 'AD' option.
  109.         - There were problems with path names including space characters.
  110.  
  111.    1.12 - Changed the title of the file requester from 'Select File' to
  112.           'Select a directory'.
  113.         - Some other minor changes.
  114.  
  115.    1.13 - Added the 'A' option.
  116.         - Some other minor changes.
  117.  
  118.    1.14 - Now the 'A' option allows you to assign the directory you select
  119.           from the file requester to the logical device having the name of
  120.           the directory itself. For example, if you select the
  121.           'Work:Temp/SupaGaim' directory, it will be assigned to the
  122.           the 'SupaGaim:' logical device.
  123.         - Now the 'P' option allows you to revert to the last directory you
  124.           selected in case you changed directory without using CDR.
  125.         - Some other minor changes.
  126.  
  127.